Unit B5: Transformations of
Graphs and Functions单元 B5:图像与函数的变换
Functions are rarely studied in isolation. A new graph is often nothing more than a familiar one shifted, stretched, reflected, or composed under absolute value or reciprocal. This unit catalogues the six standard moves: vertical and horizontal translation, vertical and horizontal stretch (or compression), reflection in either axis, and at HL the absolute-value and reciprocal transformations. The pattern is mechanical once the algebra is read with care: every change to the input acts on the $x$-coordinates in the opposite sense, and every change to the output acts on the $y$-coordinates in the direct sense.函数很少孤立出现。新图像往往不过是熟悉图像经过平移、伸缩、反射,或在 HL 阶段再经过绝对值与倒数变换之后的结果。本单元梳理六种标准变换:纵向与横向平移、纵向与横向伸缩、关于两坐标轴的反射,以及 HL 才学的绝对值变换与倒数变换。规律一旦理清便相当机械:对输入的任何改动按相反方向作用于 $x$ 坐标,对输出的任何改动按相同方向作用于 $y$ 坐标。
How to use this guide本指南使用说明
Transformations come up on every paper, usually in two roles. On Paper 1 the question is often a short sketch: "Given the graph of $y = f(x)$, sketch $y = 2 f(x - 3) + 1$." On Paper 2 the transformation is hidden inside a longer modelling question, where reading $y = a \sin(b(x - c)) + d$ correctly is the crux. The structural ideas in this unit are the keys to both.变换在每张试卷上都会出现,通常以两种形式:Paper 1 常是简短的图像题("已知 $y = f(x)$ 的图像,画出 $y = 2 f(x - 3) + 1$");Paper 2 则把变换藏在较长的模型题里,看懂 $y = a \sin(b(x - c)) + d$ 才能拿分。本单元的核心思想对两类题都管用。
Memorise the four-row table: $f(x) + k$ shifts up, $f(x - h)$ shifts right, $a f(x)$ stretches vertically by $a$, $f(b x)$ stretches horizontally by $1/b$. Sign in $h$ and reciprocal in $b$ are the two traps. Then practise sketching $y = a \sin(b(x - c)) + d$ from $y = \sin x$ end to end.
背熟四行表:$f(x) + k$ 上移、$f(x - h)$ 右移、$a f(x)$ 纵向拉伸 $a$ 倍、$f(b x)$ 横向拉伸 $1/b$ 倍。$h$ 的符号与 $b$ 的倒数是两个易错点。再完整画一遍 $y = \sin x$ 到 $y = a \sin(b(x - c)) + d$ 的整套变换。
Master the order of composite transformations: inside-the-bracket operations act on the input (reverse order, opposite sign) and outside-the-bracket operations act on the output (direct order, direct sign). At HL, dissect $y = |f(x)|$ versus $y = f(|x|)$ and learn to sketch $y = 1/f(x)$ from the key features of $f$: zeros, extrema, asymptotes.
掌握复合变换的顺序:括号内的运算作用于输入(顺序反、符号反),括号外的运算作用于输出(顺序正、符号正)。HL 学生要分清 $y = |f(x)|$ 与 $y = f(|x|)$,并能由 $f$ 的关键特征(零点、极值、渐近线)画出 $y = 1/f(x)$。
Vertical Translations纵向平移 SL 2.11
Effect on domain and range. Domain is unchanged. Range shifts by $k$: if $f$ has range $[m, M]$, then $f + k$ has range $[m + k, M + k]$.
对定义域和值域的影响。定义域不变。值域整体平移 $k$:若 $f$ 的值域为 $[m, M]$,则 $f + k$ 的值域为 $[m + k, M + k]$。
Starting from $y = x^{2}$, sketch $y = x^{2} - 3$. State the vertex, the range, and the $x$-intercepts of the new graph.由 $y = x^{2}$ 画出 $y = x^{2} - 3$。写出新图像的顶点、值域与 $x$ 截距。
Identify the transformation. Here $k = -3$, so the parabola $y = x^{2}$ is translated $3$ units down.
识别变换。此处 $k = -3$,故 $y = x^{2}$ 向下平移 $3$ 个单位。
Vertex. The vertex of $y = x^{2}$ is $(0, 0)$. After shifting down by $3$, the vertex becomes $(0, -3)$.
顶点。$y = x^{2}$ 的顶点为 $(0, 0)$。向下平移 $3$ 单位后变为 $(0, -3)$。
Range. Range of $y = x^{2}$ is $[0, \infty)$. The new range is $[-3, \infty)$.
值域。$y = x^{2}$ 的值域为 $[0, \infty)$,新值域为 $[-3, \infty)$。
Intercepts. Solve $x^{2} - 3 = 0$: $x = \pm \sqrt{3}$. The graph cuts the $x$-axis at $(\pm \sqrt{3}, 0)$. The $y$-intercept is $(0, -3)$.
截距。解 $x^{2} - 3 = 0$:$x = \pm \sqrt{3}$。图像在 $(\pm \sqrt{3}, 0)$ 处交 $x$ 轴。$y$ 截距为 $(0, -3)$。
Going deeper: why every $y$-coordinate increases by exactly $k$深入:为何每个 $y$ 坐标恰好增加 $k$
Take a point $(a, b)$ on the graph of $y = f(x)$, so $b = f(a)$. The transformed equation is $y = f(x) + k$. Evaluating at $x = a$ gives $y = f(a) + k = b + k$. The new graph therefore passes through $(a, b + k)$ for every original point $(a, b)$. The $x$-coordinate is preserved, the $y$-coordinate increases by $k$, and the figure as a whole rises by $k$.
设 $(a, b)$ 是 $y = f(x)$ 的图像上一点,即 $b = f(a)$。变换后方程 $y = f(x) + k$ 在 $x = a$ 处取值 $y = f(a) + k = b + k$。新图像因此过点 $(a, b + k)$。$x$ 坐标不变,$y$ 坐标加 $k$,整张图上升 $k$。
Horizontal Translations横向平移 SL 2.11
Effect on domain and range. Range is unchanged. Domain shifts by $h$: if $f$ has domain $[a, b]$, then $f(x - h)$ has domain $[a + h, b + h]$.
对定义域和值域的影响。值域不变。定义域整体平移 $h$:若 $f$ 的定义域为 $[a, b]$,则 $f(x - h)$ 的定义域为 $[a + h, b + h]$。
Sketch $y = (x - 2)^{2}$ starting from $y = x^{2}$. State the vertex and the axis of symmetry.由 $y = x^{2}$ 画出 $y = (x - 2)^{2}$。写出顶点与对称轴。
Identify the transformation. Comparing with $y = f(x - h)$ and $f(x) = x^{2}$, we have $h = 2$. The parabola is translated $2$ units to the right.
识别变换。与 $y = f(x - h)$ 对照($f(x) = x^{2}$),得 $h = 2$。抛物线向右平移 $2$ 个单位。
Vertex. The vertex of $y = x^{2}$ is $(0, 0)$. After shifting right by $2$ the vertex becomes $(2, 0)$.
顶点。$y = x^{2}$ 的顶点为 $(0, 0)$。向右平移 $2$ 单位后变为 $(2, 0)$。
Axis of symmetry. Originally $x = 0$, now $x = 2$.
对称轴。原为 $x = 0$,现为 $x = 2$。
Sanity check. $y = (x - 2)^{2}$ evaluated at $x = 2$ gives $y = 0$, confirming the vertex sits at $(2, 0)$. Evaluating at $x = 0$ gives $y = 4$, so the $y$-intercept is $(0, 4)$.
核对。$y = (x - 2)^{2}$ 在 $x = 2$ 取 $y = 0$,确认顶点为 $(2, 0)$。$x = 0$ 取 $y = 4$,故 $y$ 截距为 $(0, 4)$。
Vertical and Horizontal Stretches纵向与横向伸缩 SL 2.11
Horizontal stretch. $$ y \;=\; f(b x) $$ stretches $G$ horizontally by factor $1/|b|$ (compression if $|b| > 1$, since then $1/|b| < 1$). If $b < 0$ the graph is also reflected in the $y$-axis. Every $x$-coordinate is divided by $b$; $y$-coordinates are unchanged.
横向伸缩。 $$ y \;=\; f(b x) $$ 把 $G$ 横向拉伸 $1/|b|$ 倍($|b| > 1$ 时 $1/|b| < 1$,即压缩)。若 $b < 0$ 还要关于 $y$ 轴反射。每个 $x$ 坐标除以 $b$,$y$ 坐标不变。
Starting from $y = \sin x$, describe in turn the graphs of (a) $y = 3 \sin x$, (b) $y = \sin(2 x)$, and (c) $y = 3 \sin(2 x)$. State the amplitude and period of each.由 $y = \sin x$ 出发,依次描述 (a) $y = 3 \sin x$、(b) $y = \sin(2 x)$、(c) $y = 3 \sin(2 x)$ 的图像,并写出各自的振幅与周期。
(a) $y = 3 \sin x$. Vertical stretch by factor $3$. Amplitude becomes $3$, period stays $2 \pi$.
(a) $y = 3 \sin x$。纵向拉伸 $3$ 倍。振幅变为 $3$,周期仍为 $2 \pi$。
(b) $y = \sin(2 x)$. Horizontal compression by factor $1/2$. Amplitude stays $1$, period becomes $2 \pi / 2 = \pi$.
(b) $y = \sin(2 x)$。横向压缩 $1/2$ 倍。振幅仍为 $1$,周期变为 $2 \pi / 2 = \pi$。
(c) $y = 3 \sin(2 x)$. Both stretches act independently. Amplitude becomes $3$, period becomes $\pi$.
(c) $y = 3 \sin(2 x)$。两种伸缩相互独立。振幅变为 $3$,周期变为 $\pi$。
Reflections and Composite Transformations反射与复合变换 SL 2.11
Reflection in the $y$-axis. $$ y \;=\; f(-x) $$ flips the graph left-to-right. Every $x$-coordinate is negated; $y$-coordinates are unchanged. Fixed points are the points where the original graph crosses the $y$-axis.
Composite transformations. Apply in the order indicated by the algebra, working inside-out: operations on the input first (horizontal moves, in reverse algebraic order), operations on the output second (vertical moves, in direct algebraic order).
关于 $y$ 轴的反射。 $$ y \;=\; f(-x) $$ 把图像左右翻转。每个 $x$ 坐标取相反数,$y$ 坐标不变。不动点为原图像与 $y$ 轴的交点。
复合变换。按代数中标示的顺序逐步施行,遵循由内而外:先处理输入的运算(横向变换,且按代数顺序反向),再处理输出的运算(纵向变换,按代数顺序正向)。
Given $y = f(x)$, describe the sequence of transformations that produces $y = 2 f(x - 3) + 1$.已知 $y = f(x)$,描述把它变为 $y = 2 f(x - 3) + 1$ 的变换序列。
Read the algebra inside-out. The argument of $f$ is $x - 3$, so the horizontal move is "shift right by $3$". Outside $f$ comes a factor of $2$, then $+ 1$, so the vertical moves are "stretch vertically by $2$" and then "shift up by $1$".
由内而外读代数。$f$ 的自变量是 $x - 3$,故横向变换是"向右平移 $3$"。$f$ 外侧先乘以 $2$ 再加 $1$,故纵向变换依次为"纵向拉伸 $2$ 倍"与"向上平移 $1$"。
Sequence. Start with $y = f(x)$:
序列。从 $y = f(x)$ 出发:
- Translate right by $3$: $y = f(x - 3)$.
- 向右平移 $3$:$y = f(x - 3)$。
- Stretch vertically by factor $2$: $y = 2 f(x - 3)$.
- 纵向拉伸 $2$ 倍:$y = 2 f(x - 3)$。
- Translate up by $1$: $y = 2 f(x - 3) + 1$.
- 向上平移 $1$:$y = 2 f(x - 3) + 1$。
Coordinate effect. A point $(a, b)$ on $y = f(x)$ is mapped to $(a + 3, \; 2 b + 1)$ on the final graph.
坐标作用。$y = f(x)$ 上的点 $(a, b)$ 在最终图像上映射为 $(a + 3, \; 2 b + 1)$。
Going deeper: why inside-out for the input, outside-in for the output深入:输入侧"由内而外",输出侧"由外向内"
Consider $y = a f(b(x - h)) + k$. To find the new $x$-coordinate of an original point at $x = x_{0}$, set $b(x - h) = x_{0}$ and solve: $x = x_{0}/b + h$. The horizontal stretch by $1/b$ is applied before the shift by $h$ because the algebra "scales then shifts" is unwound as "shift inverse then scale inverse" when read from the inside out. By contrast, the output side $a y + k$ is read left to right: multiply first, add second, so vertical stretch precedes vertical translation in the natural composition order.
考虑 $y = a f(b(x - h)) + k$。要确定原本位于 $x = x_{0}$ 的点的新横坐标,解 $b(x - h) = x_{0}$ 得 $x = x_{0}/b + h$。横向 $1/b$ 倍伸缩须在水平平移 $h$ 之前施行,因为代数"先缩后移"由内而外反读即是"先反平移、再反缩放"。输出侧 $a y + k$ 则按从左到右的顺序:先乘后加,故纵向伸缩在纵向平移之前,正合复合的自然顺序。
Absolute-Value Transformations绝对值变换 HL AHL 2.16
Inside the function: $y = f(|x|)$. The right half ($x \ge 0$) is taken from $f$ and copied; the left half is the mirror image of the right half about the $y$-axis. The new graph is always an even function: $f(|{-x}|) = f(|x|)$, so any information from $f$ on $x < 0$ is discarded.
函数内取绝对值:$y = f(|x|)$。取 $f$ 的右半部分($x \ge 0$),左半部分由 右半关于 $y$ 轴镜像 得到。新图像必为偶函数:$f(|{-x}|) = f(|x|)$,故 $f$ 在 $x < 0$ 上的信息被丢弃。
Sketch the graph of $y = |x^{2} - 4|$, indicating the zeros, the corners, and the local maximum produced by the absolute-value fold.画出 $y = |x^{2} - 4|$ 的图像,标出零点、尖点以及绝对值翻折后产生的局部极大值。
Step 1. Sketch the inner function. $f(x) = x^{2} - 4$ is the standard parabola shifted down by $4$. Its zeros are $x = \pm 2$, its vertex is $(0, -4)$, and $f(x) < 0$ on $(-2, 2)$.
第 1 步:画内函数。$f(x) = x^{2} - 4$ 是标准抛物线向下平移 $4$。零点为 $x = \pm 2$,顶点 $(0, -4)$,在 $(-2, 2)$ 上 $f(x) < 0$。
Step 2. Apply $|\cdot|$. On $(-\infty, -2] \cup [2, \infty)$, $f \ge 0$ so the graph is unchanged. On $(-2, 2)$, $f < 0$ so the negative portion (which dipped to $-4$) is reflected above the $x$-axis, reaching a height of $4$ at $x = 0$.
第 2 步:取绝对值。在 $(-\infty, -2] \cup [2, \infty)$ 上 $f \ge 0$,图像不变。在 $(-2, 2)$ 上 $f < 0$,原本下探至 $-4$ 的部分被翻到 $x$ 轴之上,在 $x = 0$ 达到高度 $4$。
Step 3. Features of the new graph. Zeros remain at $x = \pm 2$ (now corners, not smooth crossings). A local maximum sits at $(0, 4)$. The graph has the shape of a parabola with a "bump" between the two zeros.
第 3 步:新图特征。零点仍在 $x = \pm 2$(变为尖点,不再光滑过零)。$(0, 4)$ 处出现一个局部极大。整体像一条抛物线在两零点之间长出一个"鼓包"。
Sketch the graph of $y = (|x| - 2)^{2}$, contrasting it with the unrelated graph of $y = (x - 2)^{2}$.画出 $y = (|x| - 2)^{2}$ 的图像,并与 $y = (x - 2)^{2}$ 作对照。
Read the structure. Let $g(t) = (t - 2)^{2}$, a parabola with vertex $(2, 0)$ opening upward. The function $y = (|x| - 2)^{2} = g(|x|)$ is the "inside absolute value" transformation applied to $g$.
读出结构。令 $g(t) = (t - 2)^{2}$,是顶点 $(2, 0)$ 开口向上的抛物线。$y = (|x| - 2)^{2} = g(|x|)$ 是对 $g$ 施行"内层绝对值"变换。
Step 1. Right half ($x \ge 0$). $g(|x|) = g(x) = (x - 2)^{2}$. The right half of the new graph coincides with $y = (x - 2)^{2}$ on $[0, \infty)$. The vertex sits at $(2, 0)$ and the curve passes through $(0, 4)$.
第 1 步:右半部分($x \ge 0$)。$g(|x|) = g(x) = (x - 2)^{2}$。新图像在 $[0, \infty)$ 上与 $y = (x - 2)^{2}$ 重合。顶点 $(2, 0)$,过点 $(0, 4)$。
Step 2. Left half ($x < 0$). Reflect the right half about the $y$-axis. The vertex $(2, 0)$ has a mirror image at $(-2, 0)$, and $(0, 4)$ is its own mirror image. The new graph is even, with two vertex-style minima at $(\pm 2, 0)$ and a local maximum at $(0, 4)$.
第 2 步:左半部分($x < 0$)。把右半关于 $y$ 轴镜像。顶点 $(2, 0)$ 的镜像为 $(-2, 0)$,$(0, 4)$ 自映射不变。新图像为偶函数:在 $(\pm 2, 0)$ 处各有一个极小,在 $(0, 4)$ 处有一个局部极大。
Contrast. The unrelated graph $y = (x - 2)^{2}$ is a single parabola with vertex $(2, 0)$ and is not symmetric about the $y$-axis. The absolute value forces evenness; without it, no such symmetry exists.
对照。不相干的 $y = (x - 2)^{2}$ 是单条以 $(2, 0)$ 为顶点的抛物线,不关于 $y$ 轴对称。绝对值强行造出偶对称;不取绝对值则无此对称。
The Reciprocal Function $1/f(x)$倒数函数 $1/f(x)$ HL AHL 2.16
- Zeros of $f$ become vertical asymptotes of $1/f$. If $f(a) = 0$, then $1/f(x) \to \pm \infty$ as $x \to a$.
- Maxima of $f$ become minima of $1/f$, and vice versa. Large $|f|$ corresponds to small $|1/f|$. (Local extrema swap "type" only when $f$ does not vanish there.)
- The horizontal asymptote $y = 0$ appears as $|f(x)| \to \infty$. If $f \to \pm \infty$, then $1/f \to 0$.
- Fixed points: $f(x) = 1$ and $f(x) = -1$. At those $x$-values, $1/f(x) = f(x)$, so the graphs of $f$ and $1/f$ cross there.
- $f$ 的零点变为 $1/f$ 的竖直渐近线。若 $f(a) = 0$,则当 $x \to a$ 时 $1/f(x) \to \pm \infty$。
- $f$ 的极大变 $1/f$ 的极小,反之亦然。$|f|$ 越大对应 $|1/f|$ 越小(前提是该处 $f$ 不为零)。
- $|f(x)| \to \infty$ 处出现水平渐近线 $y = 0$。$f \to \pm \infty$ 时 $1/f \to 0$。
- 不动点:$f(x) = 1$ 与 $f(x) = -1$。在这些 $x$ 处 $1/f(x) = f(x)$,故 $f$ 与 $1/f$ 的图像在此相交。
Given $f(x) = x^{2} - 1$, sketch $y = 1/f(x) = 1/(x^{2} - 1)$. Identify the vertical asymptotes, the horizontal asymptote, the local extremum, and the points where $f$ and $1/f$ cross.设 $f(x) = x^{2} - 1$,画出 $y = 1/f(x) = 1/(x^{2} - 1)$。指出竖直渐近线、水平渐近线、局部极值与 $f$ 和 $1/f$ 相交的点。
Step 1. Inspect $f$. $f(x) = x^{2} - 1$ is an upward parabola with zeros at $x = \pm 1$, vertex at $(0, -1)$, and range $[-1, \infty)$.
第 1 步:审视 $f$。$f(x) = x^{2} - 1$ 为开口向上的抛物线,零点 $x = \pm 1$,顶点 $(0, -1)$,值域 $[-1, \infty)$。
Step 2. Vertical asymptotes. Zeros of $f$ at $x = \pm 1$ produce vertical asymptotes of $1/f$.
第 2 步:竖直渐近线。$f$ 的零点 $x = \pm 1$ 给出 $1/f$ 的两条竖直渐近线。
Step 3. Local extremum. The minimum of $f$ at $(0, -1)$ becomes a maximum of $1/f$ at $(0, 1/(-1)) = (0, -1)$.
第 3 步:局部极值。$f$ 在 $(0, -1)$ 处的极小变为 $1/f$ 在 $(0, 1/(-1)) = (0, -1)$ 处的极大。
Step 4. Horizontal asymptote. As $x \to \pm \infty$, $f(x) \to \infty$, so $1/f \to 0^{+}$. The line $y = 0$ is a horizontal asymptote, approached from above on $|x| > 1$.
第 4 步:水平渐近线。$x \to \pm \infty$ 时 $f(x) \to \infty$,故 $1/f \to 0^{+}$。$y = 0$ 为水平渐近线,在 $|x| > 1$ 上从上方趋近。
Step 5. Sign analysis. On $|x| < 1$, $f < 0$, so $1/f < 0$; the central branch dips down toward the maximum $(0, -1)$ and plunges to $-\infty$ at $x = \pm 1$. On $|x| > 1$, $f > 0$, so $1/f > 0$; two outer branches plunge from $+\infty$ at $x = \pm 1$ down to the asymptote $y = 0$.
第 5 步:符号分析。$|x| < 1$ 时 $f < 0$,故 $1/f < 0$;中间分支向下经过极大 $(0, -1)$,在 $x = \pm 1$ 处俯冲到 $-\infty$。$|x| > 1$ 时 $f > 0$,故 $1/f > 0$;两外侧分支从 $x = \pm 1$ 处的 $+\infty$ 俯冲下来,趋近渐近线 $y = 0$。
Step 6. Crossings with $f$. Solve $f(x) = 1$: $x^{2} - 1 = 1 \Rightarrow x = \pm \sqrt{2}$. Solve $f(x) = -1$: $x^{2} - 1 = -1 \Rightarrow x = 0$. So $f$ and $1/f$ meet at $(\pm \sqrt{2}, 1)$ and at $(0, -1)$ (which is the shared extremum identified in Step 3).
第 6 步:与 $f$ 的交点。解 $f(x) = 1$:$x^{2} - 1 = 1 \Rightarrow x = \pm \sqrt{2}$。解 $f(x) = -1$:$x^{2} - 1 = -1 \Rightarrow x = 0$。故 $f$ 与 $1/f$ 相交于 $(\pm \sqrt{2}, 1)$ 与 $(0, -1)$(后者即第 3 步指出的公共极值点)。
Going deeper: why maxima of $f$ become minima of $1/f$ (and vice versa)深入:为何 $f$ 的极大成为 $1/f$ 的极小
Suppose $f$ has a local maximum at $x = c$ with $f(c) = M > 0$ (and $f$ does not vanish nearby). Then near $c$, the values $f(x)$ are at most $M$ and approach $M$ from below. The reciprocals $1/f(x)$ are therefore at least $1/M$ and approach $1/M$ from above. That is, $1/f$ has a local minimum of value $1/M$ at $x = c$. The same argument, applied with $f(c) = m < 0$ a local minimum, shows that $1/f$ has a local maximum of value $1/m$ at $x = c$. When $f$ vanishes at the candidate extremum, $1/f$ has a vertical asymptote instead and the "extremum swap" does not apply.
设 $f$ 在 $x = c$ 处有局部极大且 $f(c) = M > 0$(且 $c$ 附近 $f$ 不为零)。则 $c$ 附近 $f(x) \le M$ 且从下方趋近 $M$。倒数 $1/f(x) \ge 1/M$ 且从上方趋近 $1/M$,即 $1/f$ 在 $x = c$ 处有局部极小,值为 $1/M$。同样推理用于 $f(c) = m < 0$ 的局部极小,得 $1/f$ 在 $x = c$ 处有局部极大,值为 $1/m$。若候选极值点处 $f$ 为零,则 $1/f$ 改为有竖直渐近线,"极值互换"不再适用。
Exam Strategy and Common Pitfalls考试策略与常见陷阱
- Plot the image of two anchor points. Always carry through $(0, 0)$ or a labelled point on the original graph. Drawing the image of even one labelled point is worth an A1.
- 标出两个锚点的像。始终带上原图上的 $(0, 0)$ 或一个已标注的点。哪怕只画出一个锚点的像也值 A1。
- State the transformation in words before drawing. "Translation by vector $\binom{h}{k}$" or "vertical stretch with scale factor $a$" earns the M1 even if the sketch is rough.
- 动笔前先用文字写出变换。"按向量 $\binom{h}{k}$ 平移"或"纵向伸缩系数 $a$"哪怕只写出一句,草图粗糙也能拿 M1。
- Inside the bracket acts on $x$; outside the bracket acts on $y$. Within each side, work in the order the algebra is written when reading inside-out: stretches before translations on the input, multiplications before additions on the output.
- 括号内作用于 $x$,括号外作用于 $y$。每一侧按"由内而外"的代数顺序:输入侧"先伸缩、后平移",输出侧"先乘后加"。
- Vector form. When the mark scheme uses vector notation, write the translation as $\binom{h}{k}$ with $h$ positive for rightward. A wrong sign here loses both M1 and A1.
- 向量记法。评分方案用向量记号时,平移写作 $\binom{h}{k}$,$h$ 正为向右。符号写反会同时丢 M1 和 A1。
- $|f(x)|$ folds upward; $f(|x|)$ folds leftward. One transformation acts on $y$, the other on $x$. Mark the axis of reflection on the sketch to avoid losing track.
- $|f(x)|$ 向上翻折;$f(|x|)$ 向左翻折。前者作用于 $y$,后者作用于 $x$。在草图上标出反射轴可防迷失。
- For $1/f$, mark the four landmarks first. Zeros of $f$ (asymptotes), extrema of $f$ (swapped extrema), $|f| \to \infty$ (asymptote $y = 0$), and $f = \pm 1$ (crossings). Then connect the dots, respecting the sign of $f$ on each interval.
- 画 $1/f$ 先标四个地标。$f$ 的零点(渐近线)、$f$ 的极值(互换)、$|f| \to \infty$(渐近线 $y = 0$)、$f = \pm 1$(交点)。再按 $f$ 在每段的符号连线。
Flashcards闪卡
Unit B5 Practice Quiz单元 B5 练习测验
Readiness Checklist备考清单
Tick each item when you can do it cold, without notes, on your first attempt.
每一条都要"裸做"做对(不看笔记、一次过)才打勾。
- State the effect of $y = f(x) + k$ on the graph, domain, and range of $f$说出 $y = f(x) + k$ 对 $f$ 的图像、定义域、值域的影响
- State the effect of $y = f(x - h)$ on the graph, domain, and range, with correct sign convention说出 $y = f(x - h)$ 的影响,并掌握符号约定
- Apply a vertical stretch $y = a f(x)$, including reflection in the $x$-axis when $a < 0$施行纵向伸缩 $y = a f(x)$,包括 $a < 0$ 时的 $x$ 轴反射
- Apply a horizontal stretch $y = f(b x)$ with factor $1/|b|$, including reflection in the $y$-axis when $b < 0$施行横向伸缩 $y = f(b x)$,系数 $1/|b|$,包括 $b < 0$ 时的 $y$ 轴反射
- Sketch the image of $y = f(x)$ under a composite of the four standard moves, in the correct order按正确顺序画出 $y = f(x)$ 经四种标准变换复合后的像
- Reflect a given graph in the $x$-axis ($y = -f(x)$) and in the $y$-axis ($y = f(-x)$)作 $y = -f(x)$(关于 $x$ 轴反射)与 $y = f(-x)$(关于 $y$ 轴反射)
- Read the amplitude, period, phase, and vertical shift from $y = a \sin(b(x - c)) + d$ and the cosine analogue从 $y = a \sin(b(x - c)) + d$ 与余弦类比中读出振幅、周期、相位、纵向平移
- Map a labelled point $(a, b)$ from $y = f(x)$ to its image under any composite transformation把 $y = f(x)$ 上的标注点 $(a, b)$ 在任意复合变换下映射到像
- HL Sketch $y = |f(x)|$ by folding the negative portion above the $x$-axis画 $y = |f(x)|$:把负值部分翻到 $x$ 轴上
- HL Sketch $y = f(|x|)$ by mirroring the right half about the $y$-axis画 $y = f(|x|)$:把右半关于 $y$ 轴镜像
- HL Distinguish $|f(x)|$ from $f(|x|)$ in worded questions and in algebra在文字题与代数中分清 $|f(x)|$ 与 $f(|x|)$
- HL Sketch $y = 1/f(x)$ given the zeros, extrema, and limits of $f$, with correct asymptote placement由 $f$ 的零点、极值、极限画出 $y = 1/f(x)$,渐近线位置正确
- HL Identify the four landmarks of $1/f$ (asymptotes, swapped extrema, $y = 0$ asymptote, fixed crossings at $f = \pm 1$)指出 $1/f$ 的四个地标(渐近线、极值互换、$y = 0$ 渐近线、$f = \pm 1$ 处不动相交)
IB Paper-Style PracticeIB 试卷风格练习
B5 Practice and Solutions are on the roadmap. They will ship under Practice Questions/Unit_B5_*.html with the bilingual built-in pattern.
B5 配套的 Practice 与 Solutions 已在排期,上线后位于 Practice Questions/Unit_B5_*.html,采用双语内嵌格式。